home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)TB / (A)TBM.ADF / Utilities / UnDo2.Doc < prev    next >
Text File  |  1991-05-23  |  2KB  |  56 lines

  1.  
  2.                             UnDo V2.0
  3.                Multiple Archive Extract/View Shell
  4.                         By Michael Horgan
  5.  
  6.  
  7.     UnDo2 is a modified version of the original UnDo by author
  8. unknown to make life a little bit easier to extract/view all the
  9. different types of archives with one command.  I added a
  10. configuration file and two switches to View or Extract files.
  11. UnDo2 will automatically identify a Arc, Zoo, Lzh, Zip, Wrp, Lhw,
  12. Zap, or any other future archive and execute the proper program
  13. to view or extract files. If a archive has a improper extension,
  14. UnDo2 will rename it to the correct one. UnDo2 consist of 2
  15. files: s/UnDo.config and UnDo2.   To use UnDo just type:
  16.       UnDo2 x ArchiveName   to eXtract files or
  17.       UnDo2 v ArchiveName   to View files within the archive.
  18.   You will need to have PXAX, Zoo, Zippy (limited CLI version of
  19. PKUnZip), LZ, UnWarp, and  LHWarp in you C directory.
  20.  
  21. The UnDo.config file is a text file that can be easily modified
  22. with a simple text editor.  Put UnDo.Config in your S directory.
  23. To modify UnDo2 for a new archiver, or to change the information
  24. of present archivers, just edit six pieces of information for
  25. each archive separated by a comma.  The format is:
  26.  
  27.  
  28. command = the name of the program followed by a space used to
  29. extract/view the archive.
  30.  
  31. extract-switch = the switch followed by a space used by COMMAND
  32. to eXtract the files within the archive.
  33.  
  34. view-switch = the switch followed by a space used by COMMAND to
  35. View the files within the archive.
  36.  
  37. header =  character(s) within the first 512 bytes of the archive
  38. used to identify the archive type.  Sometimes these are
  39. unprintable characters and you will need to use the cut/paste
  40. feature on most text editors to edit in.
  41.  
  42. offset = the number of characters the HEADER is from the
  43. beginning of a file.
  44.  
  45. Any line preceded by a  asterisk (*) is ignored.
  46.  
  47. Any Questions or Comments send to:
  48. Michael Horgan
  49. 7439 Pipers Way #7
  50. Downers Grove IL 60516
  51.  
  52. GEnie Email address: M.Horgan1
  53. Plink Email address: WEL865
  54.  
  55. This program is public domain.  Pass it to everyone.
  56.